<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tilte1 {
    font-weight: bold;
    font-size: 36px;
    color: #555555;
    margin: 0;
    padding: 10px 0 0;
}

.tilte2 {
    color: #a9a9a9;
    margin: 0 0 40px;
}

.cenent {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    text-align: center;
}

.background_img {
    width: 100%;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.one {
    height: 755px;
    background-image: url(/template/pc/skin/img/home/01.jpg);
}

.one .onebox {

}

.one .onebox .listbox {
    position: relative;
    overflow: hidden;
}

.one .onebox .listbox .list1 {
    float: left;
    width: 485px;
    height: 408px;;
    background-color: white;
}

.one .onebox .listbox .list1 p {
    margin: 0;
    font-size: 15px;
    color: #696969;
    text-align: left;
    padding: 5px 23px;
    line-height: 28px;
}

.one .onebox .listbox .list2 {
    float: left;
    width: 695px;
    margin: 0 0 0 20px;
}

.one .onebox .listbox .list2 div {
    position: relative;
    overflow: hidden;
    height: 187px;
    background-color: white;
}

.one .onebox .listbox .list2 a {
    position: absolute;
    left: 0;
}

.one .onebox .listbox .list2 p1 {
    position: absolute;
    left: 238px;
    top: 16px;
    color: black;
    font-size: 18px;
    text-align: left;
}

.one .onebox .listbox .list2 p {
    position: absolute;
    margin: 0;
    left: 238px;
    top: 55px;
    color: #696969;
    font-size: 14px;
    text-align: left;
}

.two {
    height: 702px;
    background: url(/template/pc/skin/img/home/02.png) center no-repeat;
}

.two .twobox .listbox {
    position: relative;
}

.two .twobox .listbox .box1 {
    position: absolute;
    top: 160px;
    left: 48px;
}

.two .twobox .listbox .box2 {
    position: absolute;
    top: 72px;
    left: 248px;
}

.two .twobox .listbox .box3 {
    position: absolute;
    top: 120px;
    left: 438px;
}

.two .twobox .listbox .box4 {
    position: absolute;
    top: 46px;
    left: 655px;
}

.two .twobox .listbox .box5 {
    position: absolute;
    top: 76px;
    left: 870px;
}

.two .twobox .listbox .box6 {
    position: absolute;
    top: -16px;
    left: 1056px;
}

.two .twobox .listbox div {
    width: 150px;
}

.two .twobox .listbox p1 {
    color: #f27501;
    font-size: 28px;
}

.two .twobox .listbox p {
    color: #707070;
    font-size: 14px;
    text-align: left;
}

.three {
    height: 535px;
    background-image: url(/template/pc/skin/img/home/04.jpg);
}

.three .threebox .listbox {
    height: 275px;
    overflow: hidden;
}

.three .threebox .listbox .slideshow {
    position: relative;
    width: 3000px;
    height: 275px;
    animation: mymove 30s infinite linear;
}

@keyframes mymove {
    from {
        left: 0px;
    }
    to {
        left: -1764px;
    }
}

.three .threebox .listbox a {
    float: left;
}

.three .threebox .listbox img {
    height: 275px;
}

.other {
    height: 370px;
}

.other .otherbox {
    position: relative;
}

.other .otherbox .listbox {
    float: left;
    position: relative;
    margin: 50px 0 0;
}

.other .otherbox .listbox .num {
    position: absolute;
    top: 20px;
    font-weight: bold;
    font-size: 100px;
    color: #f27400;
}

.other .otherbox .listbox .con {
    position: absolute;
    left: 0px;
    top: 180px;
    font-size: 18px;
    color: #515151;
}

.four {
    height: 1100px;
    background-image: url(/template/pc/skin/img/home/06.jpg);
    background-repeat: no-repeat;
    background-size: auto;
}

.five {
    height: 728px;
    background-image: url(/template/pc/skin/img/home/07.jpg);
    background-repeat: no-repeat;
    background-size: auto;
}

.five .fivebox {

}

.five .fivebox .listbox {
    position: relative;
}

.five .fivebox .listbox .item {
    float: left;
    width: 280px;
    background-color: #fff;
    margin: 0 10px;
}

.five .fivebox .listbox .item img {
    width: 280px;
    height: 210px;
}

.five .fivebox .listbox .item p {
    padding: 0 20px;
}

.five .fivebox .listbox .item .p_title {
    font-size: 16px;
    color: #666666;
}

.five .fivebox .listbox .item .p_date {
    font-size: 12px;
    color: #969696;
    text-align: left;
}

.five .fivebox .listbox .item .p_content {
    font-size: 14px;
    color: #929292;
    text-align: left;
}

.five .fivebox .listbox .m {
    position: absolute;
    left: 543px;
    top: 482px;
}
</pre></body></html>